home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo off
- rem
- rem $ 5 - path to install notes directories on
- rem $ 2 - eight character name for notes
- rem $ 3 - radix 5, 12, 25, or 50, defaults to 50
- rem
- if %1x == *x $5\notes $5 %2 %3
- rem Gill has radix of 12 not 50
- if not %2x == gillx goto l1
- $5\bldnotes %1 %2 12
- goto l3
- :l1
- rem PSALMS has radix of 5 not 50
- if not %2x == psalmsx goto l2
- $5\bldnotes %1 %2 5
- goto l3
- :l2
- $5\bldnotes %1 %2 %3
- :l3
- if errorlevel 1 Directories Not Created
-